home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 013 / doshelp.arc / MKDIR.TXT < prev    next >
Encoding:
Text File  |  1985-03-27  |  1.1 KB  |  22 lines

  1. <<<<<<<<<<<<<<<<<<<<   MKDIR ... MAKE DIRECTORY   >>>>>>>>>>>>>>>>>>>>>
  2.  
  3. PURPOSE:  Creates a subdirectory on the disk.  This command may be used
  4. with both floppy and fixed disks.
  5.  
  6. ;    MKDIR MULTIPLAN        ..  Makes a subdirectory named MULTIPLAN
  7. ;                               that is subordinate to your current
  8. ;                               directory.  If your current directory
  9. ;                               is PROGRAMS ... the full path for
  10. ;                               the new subdirectory (MULTIPLAN) could
  11. ;                               be \PROGRAMS\MULTIPLAN.
  12.  
  13. ;    MKDIR \SUPRCALC        ..  Creates a directory named SUPRCALC that
  14. ;                               is subordinate to your ROOT directory
  15. ;                               ... which is indicated by the '\'.
  16.  
  17. ;    MKDIR C:\HARRY\DATA    ..  By specifying Drive C you can make the
  18. ;                               subdirectory DATA even if your default
  19. ;                               drive is A or B.  The new subdirectory
  20. ;                               (DATA) is subordinate to HARRY. 
  21. ###
  22.